IKsCommand<T> Interface
Represents a state of a KINGSTAR method plus a value, whose type depends on the method, and waits a method to get a value.
Inheritance hierarchy
System.Object
IntervalZero.KINGSTAR.Base.Class.IKsCommand
IntervalZero.KINGSTAR.Base.Class.IKsCommand<T>
Namespace: IntervalZero.KINGSTAR.Base.Class
Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public interface IKsCommand<T> : IKsCommand
Public Interface IKsCommand(Of T) Inherits IKsCommand
The IKsCommand<T> interface exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetValueAsync | Gets a value from a device as an asynchronous operation. The method keeps waiting until the value is gotten. |
![]() |
GetValueAsync (int) | Gets a value from a device as an asynchronous operation. The method keeps waiting until time is up. |
Properties
Name | Description | |
---|---|---|
![]() |
Value | The value returned by a method. Its type depends on the method. |
See also